internal/reflectlite.name.name (method)

16 uses

	internal/reflectlite (current package)
		type.go#L343: func (n name) name() (s string) {
		type.go#L381: 	return pkgPathName.name()
		type.go#L528: 	s := t.nameOff(t.str).name()
		type.go#L567: 	return t.nameOff(ut.pkgPath).name()
		type.go#L767: 			if vmName.name() == tmName.name() && V.typeOff(vm.typ) == t.typeOff(tm.typ) {
		type.go#L771: 						tmPkgPath = t.pkgPath.name()
		type.go#L775: 						vmPkgPath = v.pkgPath.name()
		type.go#L800: 		if vmName.name() == tmName.name() && V.typeOff(vm.mtyp) == t.typeOff(tm.typ) {
		type.go#L804: 					tmPkgPath = t.pkgPath.name()
		type.go#L808: 					vmPkgPath = V.nameOff(v.pkgPath).name()
		type.go#L927: 		if t.pkgPath.name() != v.pkgPath.name() {
		type.go#L933: 			if tf.name.name() != vf.name.name() {